From: Gabor Juhos Date: Thu, 27 Mar 2014 07:03:56 +0000 (+0000) Subject: packages/veth: fix whitespaces X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=f2c0b66a0520b409f06a96fe6cdbe43757fd736f;p=openwrt%2Fsvn-archive%2Fpackages.git packages/veth: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40107 --- diff --git a/net/veth/Makefile b/net/veth/Makefile index e2c89e220..ee92fd611 100644 --- a/net/veth/Makefile +++ b/net/veth/Makefile @@ -26,11 +26,11 @@ define Package/veth endef define Package/veth/description - VETH is a daemon that virtualizes a ethernet card in Linux. + VETH is a daemon that virtualizes a ethernet card in Linux. The virtualization is done via Universal TUN/TAP Driver. endef -define Build/Compile +define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR)/veth \ CC="$(TARGET_CC)" \ CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \